Open
Conversation
41691d9 to
f6242af
Compare
f6242af to
6208b2d
Compare
6208b2d to
464cd5c
Compare
464cd5c to
a0512a3
Compare
a0512a3 to
a0ed71d
Compare
a0ed71d to
ae7e96b
Compare
ae7e96b to
6137342
Compare
6137342 to
9c56d6e
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v0.2.4→v0.3.6v1.17.0→v1.18.0v3.117.0→v3.122.01.25.4→1.26.01.24.8→1.26.0v0.31.0→v0.34.02.6.2→2.10.13.11.8→3.14.3Release Notes
descope/terraform-provider-descope (github.com/descope/terraform-provider-descope/shim)
v0.3.6Compare Source
What's Changed
exclude_permission_claim,override_subject_claim, andadd_jti_claimto JWT templates.Upgrading
See the release notes for
v0.3.1for important notes if you're upgrading from av0.2.xversion.v0.3.5Compare Source
What's Changed
descope_management_keyfor managing management keys in a Descope account.descope_descoperfor managing console users in a Descope account.groups_priorityattribute tossosettings.admin_portalattribute toprojectsettings.Upgrading
See the release notes for
v0.3.1for important notes if you're upgrading from av0.2.xversion.v0.3.4Compare Source
What's Changed
disable_jit_updatesattribute to OAuth settings.mask_piiattribute todatadogconnector.service_labelattribute in TOTP settings.Upgrading
See the release notes for
v0.3.1for important notes if you're upgrading from av0.2.xversion.v0.3.3Compare Source
What's Changed
project_idand from now on only amanagement_keyis needed to use the Descope provider.allow_override_rolesattribute tossosettings.listsin projects.jwt_templatesvalue when any are set in the project settings.Upgrading
See the release notes for
v0.3.1for important notes if you're upgrading from av0.2.xversion.v0.3.2Compare Source
What's Changed
allow_duplicate_domainsattribute tossosettings.certificateattribute to not be required insamlapplications.Upgrading
See the release notes for
v0.3.1for important notes if you're upgrading from av0.2.xversion.v0.3.1Compare Source
What's Changed
keyattribute torolesobjects to maintain user role consistency.keyattributes are set.temporary_lockand associated attributes topasswordsettings.Upgrading
If you're managing
authorizationusing the Terraform provider, it's recommended to give each object in theroleslist a unique value for the newkeyattribute (see more details about this attribute below). You can follow these steps:For each role object in your
.tffile, add a new attribute calledkeyand give it a unique value. The specific value doesn't matter, but taking the role name and converting tocamel_caseis a good option.Do not make any other changes to your
roles. Runterraform applyand ensure that the diff only shows the newkeyattributes as being added.Confirm the
terraform applyoperation to update the.tfstate.If you run
terraform applywithout setting thekeyattributes the provider will show a warning for each role.Any changes made to existing roles from now on should always make sure to preserve the
keyvalue (see below).Role Keys
The role objects in the
roleslist now support a newkeyattribute. Thekeyis a persistent value that identifies a role uniquely across plan changes and configuration updates. It is used exclusively by the Terraform provider during planning, to ensure that user roles are maintained consistently even when role names or other details are changed. Once thekeyis set it should never be changed, otherwise the role will be removed and a new one will be created instead.When upgrading to this release it's recommended to set an explicit
keyvalue on each role object, and then to apply the plan without any other changes. The provider will display a warning as long as thereroleswithout akeyattribute set.v0.3.0Compare Source
What's Changed
keyattribute torolesobjects to maintain user role consistency.service_labelattribute tototpauthentication settings.appleOAuth provider.invite_expirationandexpire_invited_usersattributes toinvite_settingsobject.Upgrading
See the release notes for
v0.3.1for important notes about upgrading.hashicorp/terraform-plugin-framework (github.com/hashicorp/terraform-plugin-framework)
v1.18.0Compare Source
NOTES:
state_storein Terraform core is generally available. (#1259)FEATURES:
ENHANCEMENTS:
Length()method for theListValuetype. (#1067)Length()method for theMapValuetype. (#1067)Length()method for theSetValuetype. (#1067)Length()method for theTupleValuetype. (#1067)ProviderWithStateStoresinterface for implementing state stores (#1259)StateStoreDatatoConfigureResponse, to pass provider-defined data to(statestore.StateStore).Initializemethods (#1262)pulumi/pulumi-terraform-bridge (github.com/pulumi/pulumi-terraform-bridge/v3)
v3.122.0Compare Source
What's Changed
Full Changelog: pulumi/pulumi-terraform-bridge@v3.121.0...v3.122.0
v3.121.0Compare Source
What's Changed
Full Changelog: pulumi/pulumi-terraform-bridge@v3.120...v3.121.0
v3.120.0Compare Source
What's Changed
Full Changelog: pulumi/pulumi-terraform-bridge@v3.119.0...v3.120.0
v3.119.0Compare Source
What's Changed
Full Changelog: pulumi/pulumi-terraform-bridge@v3.118.0...v3.119.0
v3.118.0Compare Source
What's Changed
consolecode blocks by @pose in #3243Full Changelog: pulumi/pulumi-terraform-bridge@v3.117.0...v3.118.0
golangci/golangci-lint (golangci-lint)
v2.10.1Compare Source
Released on 2026-02-17
v2.10.0Compare Source
Released on 2026-02-17
ginkgolinter: from 0.22.0 to 0.23.0gosec: from 2.22.11 to 2.23.0 (new rules:G117,G602,G701,G702,G703,G704,G705,G706)staticcheck: from 0.6.1 to 0.7.0godoclint: from 0.11.1 to 0.11.2v2.9.0Compare Source
Released on 2026-02-10
arangolint: from 0.3.1 to 0.4.0 (new rule: detect potential query injections)ginkgolinter: from 0.21.2 to 0.22.0 (support for wrappers)golines: from 0.14.0 to 0.15.0misspell: from 0.7.0 to 0.8.0revive: from v1.13.0 to v1.14.0 (new rules:epoch-naming,use-slices-sort)unqueryvet: from 1.4.0 to 1.5.3 (new options:check-n1,check-sql-injection,check-tx-leaks,allow,custom-rules)wsl_v5: from 5.3.0 to 5.6.0 (new rule:after-block)modernize: from 0.41.0 to 0.42.0prealloc: from 1.0.1 to 1.0.2protogetter: from 0.3.18 to 0.3.20v2.8.0Compare Source
Released on 2026-01-07
godoclint: from 0.10.2 to 0.11.1 (new rule:require-stdlib-doclink)golines: from442fd00to 0.14.0gomoddirectives: from 0.7.1 to 0.8.0gosec: fromdaccba6to 2.22.11 (new rule:G116)modernize: from 0.39.0 to 0.40.0 (new analyzers:stringscut,unsafefuncs)prealloc: from 1.0.0 to 1.0.1 (message changes)unqueryvet: from 1.3.0 to 1.4.0 (new options:check-aliased-wildcard,check-string-concat,check-format-strings,check-string-builder,check-subqueries,ignored-functions,sql-builders)gocritic: from 0.14.2 to 0.14.3errorlint: from 1.8.0 to 1.9.0govet: from 0.39.0 to 0.40.0protogetter: from 0.3.17 to 0.3.18revive: add missing enable-default-rules settingv2.7.2Compare Source
Released on 2025-12-07
gosec: from 2.22.10 todaccba6v2.7.1Compare Source
Released on 2025-12-04
modernize: disablestringscutanalyzerv2.7.0Compare Source
Released on 2025-12-03
customcommandnosprintfhostport: from 0.2.0 to 0.3.1 (ignore string literals without a colon)unqueryvet: from 1.2.1 to 1.3.0 (handlesconstandvardeclarations)revive: from 1.12.0 to 1.13.0 (new option:enable-default-rules, new rules:forbidden-call-in-wg-go,unnecessary-if,inefficient-map-lookup)modernize: from 0.38.0 to 0.39.0 (new analyzers:plusbuild,stringscut)perfsprint: from 0.10.0 to 0.10.1wrapcheck: from 2.11.0 to 2.12.0godoclint: from 0.10.1 to 0.10.2customcommandpython/cpython (python)
v3.14.3Compare Source
v3.14.2Compare Source
v3.14.1Compare Source
v3.14.0Compare Source
v3.13.12Compare Source
v3.13.11Compare Source
v3.13.10Compare Source
v3.13.9Compare Source
v3.13.8Compare Source
v3.13.7Compare Source
v3.13.6Compare Source
v3.13.5Compare Source
v3.13.4Compare Source
v3.13.3Compare Source
v3.13.2Compare Source
v3.13.1Compare Source
v3.13.0Compare Source
v3.12.13Compare Source
v3.12.12Compare Source
v3.12.11Compare Source
v3.12.10Compare Source
v3.12.9Compare Source
v3.12.8Compare Source
v3.12.7Compare Source
v3.12.6Compare Source
v3.12.5Compare Source
v3.12.4Compare Source
v3.12.3Compare Source
v3.12.2Compare Source
v3.12.1Compare Source
v3.12.0Compare Source
v3.11.15Compare Source
v3.11.14Compare Source
v3.11.13Compare Source
v3.11.12Compare Source
v3.11.11Compare Source
v3.11.10Compare Source
v3.11.9Compare Source
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Renovate Bot.